home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <winb.h>
- #include <te.h>
- #include <fntb.h>
- #include <gui.h>
-
- int idDesktopSelectiveHyper = -1 ;
- int idBackDialog = -1 ;
- int idDesktopWinAttachHyper = -1 ;
- int idDesktopToolAttachHyper = -1 ;
- int idToolBoxDlg = -1 ;
- int idToolBoxToolTIcon[13] = -1 ;
- int idToolBoxMsg = -1 ;
- int idToolBoxUndoDBtn = -1 ;
- int idDesktopDialog = -1 ;
- int idDesktopMenu = -1 ;
- int idDesktopMItem_System = -1 ;
- int idDesktopSystemMenu = -1 ;
- int idDesktopSystemMItem[3] = -1 ;
- int idDesktopMItem_File = -1 ;
- int idDesktopFileMenu = -1 ;
- int idDesktopFileMItem[4] = -1 ;
- int idDesktopMItem_Image = -1 ;
- int idDesktopImageMenu = -1 ;
- int idDesktopImageMItem[4] = -1 ;
- int idDesktopZoomMenu = -1 ;
- int idDesktopZoomMItem[8] = -1 ;
- int idDesktopMItem_Setup = -1 ;
- int idDesktopExitIcon = -1 ;
- int idDesktopAlertHyper = -1 ;
- int idDesktopHelpIcon = -1 ;
- int idDesktopSkbIcon = -1 ;
- int idDesktopFileDlgHyper = -1 ;
- int idImageClearDlg = -1 ;
- int idImageClearTitleMsg = -1 ;
- int idImageClearMsg[4] = -1 ;
- int idImageClearDBtn[2] = -1 ;
- int idDesktopMItem_Edit = -1 ;
- int idDesktopMItem_Layer = -1 ;
- int idDesktopLayerMenu = -1 ;
- int idDesktopLayerMItem[8] = -1 ;
-
- /* initDataZDESKTOP:idToolBoxToolTIcon[0]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[1]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[2]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[3]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[4]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[5]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[6]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[7]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[8]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[9]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[10]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[11]:MJ_TICONL40の呼び出し関数 */
- /* initDataZDESKTOP:idToolBoxToolTIcon[12]:MJ_TICONL40の呼び出し関数 */
- int toolboxToolFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idToolBoxUndoDBtn:MJ_DBUTTONL40の呼び出し関数 */
- int ToolBoxUndoDBtnFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopSystemMItem[0]:MJ_MITEML40の呼び出し関数 */
- int desktop_about(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopSystemMItem[2]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopExitIcon:MJ_ICONL40の呼び出し関数 */
- int desktop_quit(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopFileMItem[0]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopImageMItem[0]:MJ_MITEML40の呼び出し関数 */
- int desktop_create(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopFileMItem[1]:MJ_MITEML40の呼び出し関数 */
- int desktopMITEMfile_loadimgFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopFileMItem[2]:MJ_MITEML40の呼び出し関数 */
- int desktopMITEMfile_saveimgFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopFileMItem[3]:MJ_MITEML40の呼び出し関数 */
- int Desktop_FileCloseProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopZoomMItem[0]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopZoomMItem[1]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopZoomMItem[2]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopZoomMItem[3]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopZoomMItem[4]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopZoomMItem[5]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopZoomMItem[6]:MJ_MITEML40の呼び出し関数 */
- /* initDataZDESKTOP:idDesktopZoomMItem[7]:MJ_MITEML40の呼び出し関数 */
- int desktop_setImageZoom(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopImageMItem[1]:MJ_MITEML40の呼び出し関数 */
- int cmd_viewAllScr(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopImageMItem[2]:MJ_MITEML40の呼び出し関数 */
- int desktopMITEMfile_clearFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopImageMItem[3]:MJ_MITEML40の呼び出し関数 */
- int Desktop_UndoProc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idDesktopMItem_Setup:MJ_MITEML40の呼び出し関数 */
- int desktop_setup(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-
- /* initDataZDESKTOP:idImageClearDBtn[0]:MJ_DBUTTONL40の呼び出し関数 */
- /* initDataZDESKTOP:idImageClearDBtn[1]:MJ_DBUTTONL40の呼び出し関数 */
- int imgclearDBTNFunc(kobj, messId, argc, pev, trigger)
- int kobj ;
- int messId ;
- int argc ;
- EVENT *pev ;
- int trigger ;
- {
- return NOERR ;
- }
-